home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / GAM / C-D / Core_Wars / dwarf < prev    next >
Encoding:
Text File  |  1985-08-03  |  153 b   |  12 lines  |  [FGHT/CWAR]

  1. *
  2. * Basic fighter program which sprays zeroes
  3. * all through memory.
  4. *
  5. *
  6. @-1
  7. bombpt  dat 0
  8. *
  9. lup        add #5,bombpt
  10.         mov #0,@bombpt
  11.         jmp lup
  12.